home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- //
- // Copyright (C) 1991 Texas Instruments Incorporated.
- //
- // Permission is granted to any individual or institution to use, copy, modify,
- // and distribute this software, provided that this complete copyright and
- // permission notice is maintained, intact, in all copies and supporting
- // documentation.
- //
- // Texas Instruments Incorporated provides this software "as is" without
- // express or implied warranty.
- //
- *****************************************************************************
- *
- * Author: Martin Neath
- * Filename: sun.cf
- * $Revision: $ $Date: $
- * Module: build/config
- * Purpose: PISCES project SUN-configuration file
- * Abstract:
- * - The "project.imk" file contains default values for project
- * commands, variables, and pathnames.
- *
- * - This file contains SUN-specific values different from the
- * project defaults for SUN platforms
- *
- * Related Files: site.def, project.imk, imake.imk, imake.rul
- *
- * Creation Date: 05/10/90
- * Changed by\Date\Reason:
- *
- *****************************************************************************/
-
- /*
- * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
- *
- * If you change either of the following numbers, you will need to do a
- * full build (make World) at the top of the sources....
- */
-
- #define SunOSPlatform YES /* set to NO if not running SunOS */
- #define OSName SunOS 4.0.3
- #define OSMajorVersion 4
- #define OSMinorVersion 0
- #define SystemV NO
-
- #if OSMajorVersion <= 3
- #define HasVoidSignalReturn NO
- #else
- #define HasVoidSignalReturn YES
- #endif
-
- /*###########################################################################*/
- /*# PISCES System make variables for Sun different from defaults are below #*/
- /*###########################################################################*/
-
- #ifdef SunArchitecture
- #endif
-
-
-